home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-06-12 | 947 b | 46 lines |
- #
- # Generated by the NeXT Project Builder.
- #
- # NOTE: Do NOT change this file -- Project Builder maintains it.
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = BitmapTest
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = BitmapTest.tiff
- GLOBAL_RESOURCES = BitmapTest.nib 16x16.tiff 24x24.tiff 32x32.tiff \
- 48x48.tiff 64x64.tiff 8x8.tiff
-
- CLASSES = Animator.m MovingBitmap.m TestView.m
-
- HFILES = Animator.h MovingBitmap.h TestView.h
-
- MFILES = BitmapTest_main.m
-
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app BitmapTest.tiff
-
- LIBS = -lMedia_s -lNeXT_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/app.make
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-